Delphi Developer's Guide to XML
Chapter 18 - DOM Generation

Previous   Next   Listings

DOMs can also be used to generate XML documents from scratch, although their support for the inclusion of DTD subsets is erratic.

CueDOMGen.dpr   An XML document generator built around the CUESoft DOM package
CueDOMGen1.pas
CueDOMGen1.dfm
   The main generator form CUESoft
IDOMGen.dpr   An XML document generator built around the Delphi 6+ common DOM framework
IDOMGen1.pas
IDOMGen1.dfm
   The main generator form for the common DOM framework
CSXMLDOM.pas
XPXMLDOM.dfm
   Wrappers for CUESoft's and TurboPower's DOM implementations for the common DOM framework
MSDOMGen.dpr   An XML document generator built around the Microsoft DOM package
MSDOMGen1.pas
MSDOMGen1.dfm
   The main generator form for Microsoft
OXDOMGen.dpr   An XML document generator built around the Open XML DOM package
OXDOMGen1.pas
OXDOMGen1.dfm
   The main generator form for Open XML
CommonXML.pas
CommonXML.dfm
   Database access and common XML constants for movie-watcher documents

These projects individually require the CUEXml v2 package from CUESoft, the MSXML package from Microsoft, the XDOM 2.4 package from Open XML, or Delphi 6 and up's common DOM framework.

These examples require the "movie-watcher" BDE alias for the tables from Chapter 15.

Zipped Files

Delphi Developer's Guide to XML © 2003, Keith Wood Previous   Next   Listings